home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / misc / dctvdev3.lzh / glue / dctv_lib.fd next >
Text File  |  1992-05-19  |  716b  |  31 lines

  1. ***********************************************************************
  2. *
  3. *   dctv_lib.fd
  4. *
  5. *   Copyright (c) 1991, Digital Creations, Inc.
  6. *
  7. ***********************************************************************
  8. *
  9. * "dctv.library"
  10. *
  11. ##base _DCTVBase
  12. ##bias 30
  13. ##public
  14. *
  15. * --------------------- RGB Conversion Functions
  16. AllocDCTVCvt(bitmap,width,height,modes)(a0,d0/d1/d2)
  17. FreeDCTVCvt(handle)(a0)
  18. InitDCTVCvt(handle)(a0)
  19. FormatDCTV(handle)(a0)
  20. CvtDCTVLine(handle)(a0)
  21. *
  22. * --------------------- Misc DCTV Functions
  23. TestDCTVSignature(bitmap)(a0)
  24. *
  25. * --------------------- v3 Functions
  26. AllocDCTVCvtTagList(bitmap,taglist)(a0/a1)
  27. SetDCTVColorTable(handle,colortable)(a0/a1)
  28. ReadDCTVPixel(handle,x,y)(a0,d0/d1)
  29. *
  30. ##end
  31.